negotiator.repository
Class DomainRepItem
java.lang.Object
negotiator.repository.DomainRepItem
- All Implemented Interfaces:
- java.io.Serializable, RepItem
public class DomainRepItem
- extends java.lang.Object
- implements RepItem
A DomainRepItem is a domain reference that can be put in the domain repository.
It contains only a unique reference to an xml file with the domain description.
- Author:
- wouter
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DomainRepItem
public DomainRepItem()
DomainRepItem
public DomainRepItem(java.net.URL newurl)
getURL
public java.net.URL getURL()
getProfiles
public java.util.ArrayList<ProfileRepItem> getProfiles()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getFullName
public java.lang.String getFullName()
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
getName
public java.lang.String getName()
- Specified by:
getName in interface RepItem